home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Akce / Quartet / Main / MAIN.SWF / scripts / DefineButton2_477 / BUTTONCONDACTION on(release).as < prev    next >
Text File  |  2002-08-07  |  174b  |  8 lines

  1. on(release){
  2.    _root.modal._visible = false;
  3.    _root.yesno._visible = false;
  4.    _root.showWait();
  5.    _root.timer.timeout = 30;
  6.    _root.timer.gotoAndPlay("play");
  7. }
  8.